home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
359_11
/
patch5.000
/
BIN
/
AOUT2EXE.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-09-11
|
242 b
|
15 lines
@echo off
if not exist %GCCBIN%\stub.exe goto errorns
if not exist %1 goto errornf
copy /b %GCCBIN%\stub.exe+%1 %1.exe
del %1
goto end
:errornf
echo Can't find file %1
goto end
:errorns
echo Cannot find %GCCBIN%\STUB.EXE
:end